

html {
    font-size: 14px;
}

body {
    font-family: "Microsoft Yahei", sans-serif;
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6,h7,h8,h9 {padding:0;margin:0; font-weight:100;}

ul {padding:0;margin:0;}
li { list-style:none; list-style-image:none;}


.clear { clear:both;}

a {font-family:"Microsoft Yahei";color:#666666; text-decoration:none;}
a:visited {color:#666666}
a:hover {color:#00a3d8; cursor:pointer;}
a:link {color:#00a3d8;}
a img {border:none;}


.flo_left { float:left; display:block;}
.flo_rig { float:right;display:block;}

.main_width {width:1100px; margin:0 auto;}



.weizhi {line-height:15px;height:15px;padding-top:7px;margin-bottom:20px;padding-left:20px;color:#fff;}
.weizhi li { float:left;color:#fff;}
.weizhi li a{color:#333333; text-decoration:none;color:#fff;}


/*==================导航和头部=================*/

.head_top {height:80px; border-bottom:1px solid #00a3d8; background:#ffffff;}
.head_top .logo { display:block;width:198px;height:80px; background:url(../images/logo.jpg) no-repeat center center;}
.head_top .logo h1 { margin:0;padding:0;width:100%;}
.menu {
	font-family: arial, sans-serif;
	width: 750px;
	margin: 0 auto;
	padding-top:18px;
	padding-left:50px;
	height:47px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height:47px;
}
.menu ul li {
	float: left;
	position: relative;
	width:105px;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 105px;
	height: 47px;
	line-height: 47px;
	color: #484848;
	font-size: 14px;
}
.menu ul li ul {
	display: none;z-index:999999;
}
.menu ul li:hover a {
	background:#00a3d8;
	color:#ffffff;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 47px;
	left: 0;
	width: 105px;
	background:none;
}
.menu ul li:hover ul li { background:none;height:35px; line-height:35px; }
.menu ul li:hover ul li a {
	display: block;
	background:#019e81;
	color: #ffffff;
	height:35px; 
	line-height:35px;
	font-size:12px;
	font-weight:100;
	border-bottom:1px solid #03e07b;
}
.menu ul li:hover ul li a:hover {
	background:#08a45d;
	color: #ffffff;
	height:35px; 
	line-height:35px;
	font-size:12px;
	font-weight:100;
}





/*======分页css=======*/
.post-footer{padding-top:20px;}
.pagination {margin: 0 0 35px;text-align: center;display: block;}
.pagination a {text-align: center;display: inline-block;color: #666;background: #fff;border-radius: 2px;border:1px solid #ebebeb;}
.pagination a:hover {background: #ebebeb;text-decoration: none;border:1px solid #ccc}
.pagination a i {width: 36px;height: 36px;line-height: 36px;}
.pagination .page-number {
	background: #fff;
	color: #666;
	margin: 0 3px;
	display: inline-block;
	line-height: 36px;
	padding: 0 14px;
	border-radius: 2px;
	border:1px solid #ebebeb;
	position:relative;
	top:-13px;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-right { background:url(../images/icon/page_3.png) no-repeat center center;}
.glyphicon-step-forward {background:url(../images/icon/page_4.png) no-repeat center center;}
.glyphicon-chevron-left {background:url(../images/icon/page_2.png) no-repeat center center;}
.glyphicon-step-backward {background:url(../images/icon/page_1.png) no-repeat center center;}
/*======分页css结束=======*/

.aaaaa { background:#ff0000;}

/*======留言板css开始=======*/
.mess_cont {padding-left:100px;padding-top:30px;padding-bottom:20px;}
.mess_cont td {padding:5px;}
.mess_cont input[type="text"] {
	width:300px; border:1px solid #CCC;
	border-radius:15px;
	background:#ffffff; height:30px; line-height:30px;
	padding-left:10px;
}
.mess_cont textarea {
	width:450px; border:1px solid #CCC;	
	border-radius:15px;
	background:#ffffff;height:140px;
	padding:10px;
}


.if_none { text-align:center;height:260px; line-height:260px; text-align:center; color:#999999;font-size:26px;}

.butt_back_out {border-top:1px solid #e6e6e6;padding-top:25px;padding-bottom:15px; text-align:center;}
.butt_back { border:1px solid #CCCCCC; background:#ffffff; text-align:center;padding:8px 35px;color:#bfbfbf;}
.butt_back:hover { background:#969696; color:#ffffff; cursor:pointer;}


.btn-lg { background:#ececec;color:#333333;border:none;padding:15px 70px; letter-spacing:5px;}/*---------留言板提交按钮------*/
.btn-lg:hover {background:#1a5ea9; color:#ffffff;cursor:pointer;}
/*======留言板css结束=======*/






